Html Css Color HEX #FDC722 Turbo

📋 copy color: '#FDC722'

red 253 ◦ green 199 ◦ blue 34

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

Shades of Turbo #FDC722

Tints of Turbo #FDC722

RGB

 RED value IS 253 (99.22% from 255) = 52.06%

 GREEN value IS 199 (78.13% from 255) = 40.95%

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

R = 52.06%
G = 40.95%
B = 7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDC722 (or 0xFDC722) is known color: Turbo. HEX triplet: FD, C7 and 22. RGB value is (253,199,34). Sum of RGB (Red+Green+Blue) = 253+199+34=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC722 is #0238DD. Grayscale: #C5C5C5. Windows color (decimal): -145630 or 2279421. OLE color: 2279421.

HSL color Cylindrical-coordinate representation of color #FDC722: hue angle of 45.21º degrees, saturation: 0.98, 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 #FDC722 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 34 -
CMYK 0 0.21 0.87 0.01
HSL 45.21º 0.98% 0.56% -
HSV(B) 45.21º 0.87% 0.99% -
XYZ 61.22 61.84 10.22 -
YUV 196.34 36.39 168.42 -
System Red Green Blue C M Y K H S L
Decimal 253 199 34 0 0.21 0.87 0.01 45.21 0.98 0.56
Hex FD C7 22 0 15 57 1 2D 62 38
Octal 375 307 42 0 25 127 1 55 142 70
Binary 11111101 11000111 100010 0 10101 1010111 1 101101 1100010 111000

Color Harmonies of #FDC722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC722

Black with #FDC722

Text Example


Text Example

White with #FDC722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC722; }

 p { color: rgb(253,199,34); }

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

background-color css

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

 a { background-color: rgb(253,199,34); }

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

border-color css

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

 span { border-color: rgb(253,199,34); }

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