Html Css Color HEX #FBCD1C Turbo

📋 copy color: '#FBCD1C'

red 251 ◦ green 205 ◦ blue 28

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

Shades of Turbo #FBCD1C

Tints of Turbo #FBCD1C

RGB

 RED value IS 251 (98.44% from 255) = 51.86%

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

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

R = 51.86%
G = 42.36%
B = 5.79%

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

#FBCD1C (or 0xFBCD1C) is known color: Turbo. HEX triplet: FB, CD and 1C. RGB value is (251,205,28). Sum of RGB (Red+Green+Blue) = 251+205+28=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD1C is #0432E3. Grayscale: #C7C7C7. Windows color (decimal): -275172 or 1887739. OLE color: 1887739.

HSL color Cylindrical-coordinate representation of color #FBCD1C: hue angle of 47.62º degrees, saturation: 0.97, 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 #FBCD1C is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 28 -
CMYK 0 0.18 0.89 0.02
HSL 47.62º 0.97% 0.55% -
HSV(B) 47.62º 0.89% 0.98% -
XYZ 61.82 64.26 10.24 -
YUV 198.58 31.74 165.39 -
System Red Green Blue C M Y K H S L
Decimal 251 205 28 0 0.18 0.89 0.02 47.62 0.97 0.55
Hex FB CD 1C 0 12 59 2 30 61 37
Octal 373 315 34 0 22 131 2 60 141 67
Binary 11111011 11001101 11100 0 10010 1011001 10 110000 1100001 110111

Color Harmonies of #FBCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD1C

Black with #FBCD1C

Text Example


Text Example

White with #FBCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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