Html Css Color HEX #FACB1D Turbo

📋 copy color: '#FACB1D'

red 250 ◦ green 203 ◦ blue 29

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

Shades of Turbo #FACB1D

Tints of Turbo #FACB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.02%

R = 51.87%
G = 42.12%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FACB1D (or 0xFACB1D) is known color: Turbo. HEX triplet: FA, CB and 1D. RGB value is (250,203,29). Sum of RGB (Red+Green+Blue) = 250+203+29=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB1D is #0534E2. Grayscale: #C5C5C5. Windows color (decimal): -341219 or 1952762. OLE color: 1952762.

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

Color convert

RGB 250 203 29 -
CMYK 0 0.19 0.88 0.02
HSL 47.24º 0.96% 0.55% -
HSV(B) 47.24º 0.88% 0.98% -
XYZ 61 63.12 10.13 -
YUV 197.22 33.07 165.65 -
System Red Green Blue C M Y K H S L
Decimal 250 203 29 0 0.19 0.88 0.02 47.24 0.96 0.55
Hex FA CB 1D 0 13 58 2 2F 60 37
Octal 372 313 35 0 23 130 2 57 140 67
Binary 11111010 11001011 11101 0 10011 1011000 10 101111 1100000 110111

Color Harmonies of #FACB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB1D

Black with #FACB1D

Text Example


Text Example

White with #FACB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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