Html Css Color HEX #FCCD22 Turbo

📋 copy color: '#FCCD22'

red 252 ◦ green 205 ◦ blue 34

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

Shades of Turbo #FCCD22

Tints of Turbo #FCCD22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.92%

R = 51.32%
G = 41.75%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCCD22 (or 0xFCCD22) is known color: Turbo. HEX triplet: FC, CD and 22. RGB value is (252,205,34). Sum of RGB (Red+Green+Blue) = 252+205+34=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 34 (13.67% from 255 or 6.92% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD22 is #0332DD. Grayscale: #C8C8C8. Windows color (decimal): -209630 or 2280956. OLE color: 2280956.

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

Color convert

RGB 252 205 34 -
CMYK 0 0.19 0.87 0.01
HSL 47.06º 0.97% 0.56% -
HSV(B) 47.06º 0.87% 0.99% -
XYZ 62.26 64.47 10.68 -
YUV 199.56 34.57 165.4 -
System Red Green Blue C M Y K H S L
Decimal 252 205 34 0 0.19 0.87 0.01 47.06 0.97 0.56
Hex FC CD 22 0 13 57 1 2F 61 38
Octal 374 315 42 0 23 127 1 57 141 70
Binary 11111100 11001101 100010 0 10011 1010111 1 101111 1100001 111000

Color Harmonies of #FCCD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD22

Black with #FCCD22

Text Example


Text Example

White with #FCCD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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