Html Css Color HEX #FCCF1B Turbo

📋 copy color: '#FCCF1B'

red 252 ◦ green 207 ◦ blue 27

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

Shades of Turbo #FCCF1B

Tints of Turbo #FCCF1B

RGB

 RED value IS 252 (98.83% from 255) = 51.85%

 GREEN value IS 207 (81.25% from 255) = 42.59%

 BLUE value IS 27 (10.94% from 255) = 5.56%

R = 51.85%
G = 42.59%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCCF1B (or 0xFCCF1B) is known color: Turbo. HEX triplet: FC, CF and 1B. RGB value is (252,207,27). Sum of RGB (Red+Green+Blue) = 252+207+27=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCF1B is #0330E4. Grayscale: #C8C8C8. Windows color (decimal): -209125 or 1822716. OLE color: 1822716.

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

Color convert

RGB 252 207 27 -
CMYK 0 0.18 0.89 0.01
HSL 48º 0.97% 0.55% -
HSV(B) 48º 0.89% 0.99% -
XYZ 62.66 65.4 10.36 -
YUV 199.94 30.41 165.14 -
System Red Green Blue C M Y K H S L
Decimal 252 207 27 0 0.18 0.89 0.01 48 0.97 0.55
Hex FC CF 1B 0 12 59 1 30 61 37
Octal 374 317 33 0 22 131 1 60 141 67
Binary 11111100 11001111 11011 0 10010 1011001 1 110000 1100001 110111

Color Harmonies of #FCCF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF1B

Black with #FCCF1B

Text Example


Text Example

White with #FCCF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF1B; }

 p { color: rgb(252,207,27); }

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

background-color css

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

 a { background-color: rgb(252,207,27); }

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

border-color css

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

 span { border-color: rgb(252,207,27); }

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