Html Css Color HEX #FDCC27 Turbo

📋 copy color: '#FDCC27'

red 253 ◦ green 204 ◦ blue 39

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

Shades of Turbo #FDCC27

Tints of Turbo #FDCC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

 BLUE value IS 39 (15.63% from 255) = 7.86%

R = 51.01%
G = 41.13%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDCC27 (or 0xFDCC27) is known color: Turbo. HEX triplet: FD, CC and 27. RGB value is (253,204,39). Sum of RGB (Red+Green+Blue) = 253+204+39=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 39 (15.62% from 255 or 7.86% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC27 is #0233D8. Grayscale: #C8C8C8. Windows color (decimal): -144345 or 2608381. OLE color: 2608381.

HSL color Cylindrical-coordinate representation of color #FDCC27: hue angle of 46.26º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDCC27 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 39 -
CMYK 0 0.19 0.85 0.01
HSL 46.26º 0.98% 0.57% -
HSV(B) 46.26º 0.85% 0.99% -
XYZ 62.47 64.21 11.02 -
YUV 199.84 37.23 165.92 -
System Red Green Blue C M Y K H S L
Decimal 253 204 39 0 0.19 0.85 0.01 46.26 0.98 0.57
Hex FD CC 27 0 13 55 1 2E 62 39
Octal 375 314 47 0 23 125 1 56 142 71
Binary 11111101 11001100 100111 0 10011 1010101 1 101110 1100010 111001

Color Harmonies of #FDCC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC27

Black with #FDCC27

Text Example


Text Example

White with #FDCC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC27; }

 p { color: rgb(253,204,39); }

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

background-color css

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

 a { background-color: rgb(253,204,39); }

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

border-color css

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

 span { border-color: rgb(253,204,39); }

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