Html Css Color HEX #FFC124 Turbo

📋 copy color: '#FFC124'

red 255 ◦ green 193 ◦ blue 36

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

Shades of Turbo #FFC124

Tints of Turbo #FFC124

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.88%

 BLUE value IS 36 (14.45% from 255) = 7.44%

R = 52.69%
G = 39.88%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFC124 (or 0xFFC124) is known color: Turbo. HEX triplet: FF, C1 and 24. RGB value is (255,193,36). Sum of RGB (Red+Green+Blue) = 255+193+36=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC124 is #003EDB. Grayscale: #C2C2C2. Windows color (decimal): -16092 or 2408959. OLE color: 2408959.

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

Color convert

RGB 255 193 36 -
CMYK 0 0.24 0.86 0
HSL 43.01º 1% 0.57% -
HSV(B) 43.01º 0.86% 1% -
XYZ 60.63 59.53 9.96 -
YUV 193.64 39.04 171.77 -
System Red Green Blue C M Y K H S L
Decimal 255 193 36 0 0.24 0.86 0 43.01 1 0.57
Hex FF C1 24 0 18 56 0 2B 64 39
Octal 377 301 44 0 30 126 0 53 144 71
Binary 11111111 11000001 100100 0 11000 1010110 0 101011 1100100 111001

Color Harmonies of #FFC124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC124

Black with #FFC124

Text Example


Text Example

White with #FFC124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC124; }

 p { color: rgb(255,193,36); }

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

background-color css

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

 a { background-color: rgb(255,193,36); }

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

border-color css

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

 span { border-color: rgb(255,193,36); }

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