Html Css Color HEX #FACB28 Turbo

📋 copy color: '#FACB28'

red 250 ◦ green 203 ◦ blue 40

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

Shades of Turbo #FACB28

Tints of Turbo #FACB28

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

 BLUE value IS 40 (16.02% from 255) = 8.11%

R = 50.71%
G = 41.18%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FACB28 (or 0xFACB28) is known color: Turbo. HEX triplet: FA, CB and 28. RGB value is (250,203,40). Sum of RGB (Red+Green+Blue) = 250+203+40=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB28 is #0534D7. Grayscale: #C7C7C7. Windows color (decimal): -341208 or 2673658. OLE color: 2673658.

HSL color Cylindrical-coordinate representation of color #FACB28: hue angle of 46.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FACB28 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 40 -
CMYK 0 0.19 0.84 0.02
HSL 46.57º 0.95% 0.57% -
HSV(B) 46.57º 0.84% 0.98% -
XYZ 61.16 63.19 10.98 -
YUV 198.47 38.57 164.75 -
System Red Green Blue C M Y K H S L
Decimal 250 203 40 0 0.19 0.84 0.02 46.57 0.95 0.57
Hex FA CB 28 0 13 54 2 2F 5F 39
Octal 372 313 50 0 23 124 2 57 137 71
Binary 11111010 11001011 101000 0 10011 1010100 10 101111 1011111 111001

Color Harmonies of #FACB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB28

Black with #FACB28

Text Example


Text Example

White with #FACB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB28; }

 p { color: rgb(250,203,40); }

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

background-color css

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

 a { background-color: rgb(250,203,40); }

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

border-color css

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

 span { border-color: rgb(250,203,40); }

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