Html Css Color HEX #FFC421 Turbo

📋 copy color: '#FFC421'

red 255 ◦ green 196 ◦ blue 33

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

Shades of Turbo #FFC421

Tints of Turbo #FFC421

RGB

 RED value IS 255 (100% from 255) = 52.69%

 GREEN value IS 196 (76.95% from 255) = 40.5%

 BLUE value IS 33 (13.28% from 255) = 6.82%

R = 52.69%
G = 40.5%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFC421 (or 0xFFC421) is known color: Turbo. HEX triplet: FF, C4 and 21. RGB value is (255,196,33). Sum of RGB (Red+Green+Blue) = 255+196+33=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 33 (13.28% from 255 or 6.82% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC421 is #003BDE. Grayscale: #C3C3C3. Windows color (decimal): -15327 or 2213119. OLE color: 2213119.

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

Color convert

RGB 255 196 33 -
CMYK 0 0.23 0.87 0
HSL 44.05º 1% 0.56% -
HSV(B) 44.05º 0.87% 1% -
XYZ 61.25 60.85 9.96 -
YUV 195.06 36.55 170.75 -
System Red Green Blue C M Y K H S L
Decimal 255 196 33 0 0.23 0.87 0 44.05 1 0.56
Hex FF C4 21 0 17 57 0 2C 64 38
Octal 377 304 41 0 27 127 0 54 144 70
Binary 11111111 11000100 100001 0 10111 1010111 0 101100 1100100 111000

Color Harmonies of #FFC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC421

Black with #FFC421

Text Example


Text Example

White with #FFC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC421; }

 p { color: rgb(255,196,33); }

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

background-color css

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

 a { background-color: rgb(255,196,33); }

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

border-color css

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

 span { border-color: rgb(255,196,33); }

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