Html Css Color HEX #FFC522 Turbo

📋 copy color: '#FFC522'

red 255 ◦ green 197 ◦ blue 34

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

Shades of Turbo #FFC522

Tints of Turbo #FFC522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

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

R = 52.47%
G = 40.53%
B = 7%

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

#FFC522 (or 0xFFC522) is known color: Turbo. HEX triplet: FF, C5 and 22. RGB value is (255,197,34). Sum of RGB (Red+Green+Blue) = 255+197+34=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC522 is #003ADD. Grayscale: #C4C4C4. Windows color (decimal): -15070 or 2278911. OLE color: 2278911.

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

Color convert

RGB 255 197 34 -
CMYK 0 0.23 0.87 0
HSL 44.25º 1% 0.57% -
HSV(B) 44.25º 0.87% 1% -
XYZ 61.49 61.31 10.11 -
YUV 195.76 36.72 170.25 -
System Red Green Blue C M Y K H S L
Decimal 255 197 34 0 0.23 0.87 0 44.25 1 0.57
Hex FF C5 22 0 17 57 0 2C 64 39
Octal 377 305 42 0 27 127 0 54 144 71
Binary 11111111 11000101 100010 0 10111 1010111 0 101100 1100100 111001

Color Harmonies of #FFC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC522

Black with #FFC522

Text Example


Text Example

White with #FFC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC522; }

 p { color: rgb(255,197,34); }

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

background-color css

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

 a { background-color: rgb(255,197,34); }

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

border-color css

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

 span { border-color: rgb(255,197,34); }

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