Html Css Color HEX #FACD1C Turbo

📋 copy color: '#FACD1C'

red 250 ◦ green 205 ◦ blue 28

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

Shades of Turbo #FACD1C

Tints of Turbo #FACD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

 BLUE value IS 28 (11.33% from 255) = 5.8%

R = 51.76%
G = 42.44%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FACD1C (or 0xFACD1C) is known color: Turbo. HEX triplet: FA, CD and 1C. RGB value is (250,205,28). Sum of RGB (Red+Green+Blue) = 250+205+28=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD1C is #0532E3. Grayscale: #C7C7C7. Windows color (decimal): -340708 or 1887738. OLE color: 1887738.

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

Color convert

RGB 250 205 28 -
CMYK 0 0.18 0.89 0.02
HSL 47.84º 0.96% 0.55% -
HSV(B) 47.84º 0.89% 0.98% -
XYZ 61.47 64.07 10.23 -
YUV 198.28 31.91 164.89 -
System Red Green Blue C M Y K H S L
Decimal 250 205 28 0 0.18 0.89 0.02 47.84 0.96 0.55
Hex FA CD 1C 0 12 59 2 30 60 37
Octal 372 315 34 0 22 131 2 60 140 67
Binary 11111010 11001101 11100 0 10010 1011001 10 110000 1100000 110111

Color Harmonies of #FACD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD1C

Black with #FACD1C

Text Example


Text Example

White with #FACD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD1C; }

 p { color: rgb(250,205,28); }

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

background-color css

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

 a { background-color: rgb(250,205,28); }

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

border-color css

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

 span { border-color: rgb(250,205,28); }

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