Html Css Color HEX #FCCA16 Turbo

📋 copy color: '#FCCA16'

red 252 ◦ green 202 ◦ blue 22

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

Shades of Turbo #FCCA16

Tints of Turbo #FCCA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.44%

 BLUE value IS 22 (8.98% from 255) = 4.62%

R = 52.94%
G = 42.44%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCCA16 (or 0xFCCA16) is known color: Turbo. HEX triplet: FC, CA and 16. RGB value is (252,202,22). Sum of RGB (Red+Green+Blue) = 252+202+22=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCA16 is #0335E9. Grayscale: #C5C5C5. Windows color (decimal): -210410 or 1493756. OLE color: 1493756.

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

Color convert

RGB 252 202 22 -
CMYK 0 0.20 0.91 0.01
HSL 46.96º 0.97% 0.54% -
HSV(B) 46.96º 0.91% 0.99% -
XYZ 61.41 62.99 9.68 -
YUV 196.43 29.57 167.64 -
System Red Green Blue C M Y K H S L
Decimal 252 202 22 0 0.20 0.91 0.01 46.96 0.97 0.54
Hex FC CA 16 0 14 5B 1 2F 61 36
Octal 374 312 26 0 24 133 1 57 141 66
Binary 11111100 11001010 10110 0 10100 1011011 1 101111 1100001 110110

Color Harmonies of #FCCA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA16

Black with #FCCA16

Text Example


Text Example

White with #FCCA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA16; }

 p { color: rgb(252,202,22); }

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

background-color css

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

 a { background-color: rgb(252,202,22); }

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

border-color css

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

 span { border-color: rgb(252,202,22); }

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