Html Css Color HEX #FCCD1B Turbo

📋 copy color: '#FCCD1B'

red 252 ◦ green 205 ◦ blue 27

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

Shades of Turbo #FCCD1B

Tints of Turbo #FCCD1B

RGB

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

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

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

R = 52.07%
G = 42.36%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCCD1B (or 0xFCCD1B) is known color: Turbo. HEX triplet: FC, CD and 1B. RGB value is (252,205,27). Sum of RGB (Red+Green+Blue) = 252+205+27=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 27 (10.94% from 255 or 5.58% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD1B is #0332E4. Grayscale: #C7C7C7. Windows color (decimal): -209637 or 1822204. OLE color: 1822204.

HSL color Cylindrical-coordinate representation of color #FCCD1B: hue angle of 47.47º 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 #FCCD1B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 27 -
CMYK 0 0.19 0.89 0.01
HSL 47.47º 0.97% 0.55% -
HSV(B) 47.47º 0.89% 0.99% -
XYZ 62.17 64.44 10.2 -
YUV 198.76 31.07 165.97 -
System Red Green Blue C M Y K H S L
Decimal 252 205 27 0 0.19 0.89 0.01 47.47 0.97 0.55
Hex FC CD 1B 0 13 59 1 2F 61 37
Octal 374 315 33 0 23 131 1 57 141 67
Binary 11111100 11001101 11011 0 10011 1011001 1 101111 1100001 110111

Color Harmonies of #FCCD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD1B

Black with #FCCD1B

Text Example


Text Example

White with #FCCD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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