Html Css Color HEX #FAC923 Turbo

📋 copy color: '#FAC923'

red 250 ◦ green 201 ◦ blue 35

#FAC923
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #FAC923

Tints of Turbo #FAC923

RGB

 RED value IS 250 (98.05% from 255) = 51.44%

 GREEN value IS 201 (78.91% from 255) = 41.36%

 BLUE value IS 35 (14.06% from 255) = 7.2%

R = 51.44%
G = 41.36%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAC923 (or 0xFAC923) is known color: Turbo. HEX triplet: FA, C9 and 23. RGB value is (250,201,35). Sum of RGB (Red+Green+Blue) = 250+201+35=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 35 (14.06% from 255 or 7.20% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC923 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC923 is #0536DC. Grayscale: #C5C5C5. Windows color (decimal): -341725 or 2345466. OLE color: 2345466.

HSL color Cylindrical-coordinate representation of color #FAC923: hue angle of 46.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAC923 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 35 -
CMYK 0 0.20 0.86 0.02
HSL 46.33º 0.96% 0.56% -
HSV(B) 46.33º 0.86% 0.98% -
XYZ 60.61 62.22 10.4 -
YUV 196.73 36.73 166 -
System Red Green Blue C M Y K H S L
Decimal 250 201 35 0 0.20 0.86 0.02 46.33 0.96 0.56
Hex FA C9 23 0 14 56 2 2E 60 38
Octal 372 311 43 0 24 126 2 56 140 70
Binary 11111010 11001001 100011 0 10100 1010110 10 101110 1100000 111000

Color Harmonies of #FAC923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC923

Black with #FAC923

Text Example


Text Example

White with #FAC923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC923; }

 p { color: rgb(250,201,35); }

 H1.HeaderClassName
 {
   color: #FAC923;
 }
 .AnyTagClassName
 {
   color: #FAC923;
 }
</style>

background-color css

<style>
 a { background-color: #FAC923; }

 a { background-color: rgb(250,201,35); }

 div.DivClassName
 {
   background-color: #FAC923;
 }
 .BgClassName
 {
   background-color: #FAC923;
 }
</style>

border-color css

<style>
 span { border-color: #FAC923; }

 span { border-color: rgb(250,201,35); }

 td.TdClassName
 {
   border-color: #FAC923;
 }
 .TagClassName
 {
   border-color: #FAC923;
 }
</style>