Html Css Color HEX #FDCC25 Turbo

📋 copy color: '#FDCC25'

red 253 ◦ green 204 ◦ blue 37

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

Shades of Turbo #FDCC25

Tints of Turbo #FDCC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.49%

R = 51.21%
G = 41.3%
B = 7.49%

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

#FDCC25 (or 0xFDCC25) is known color: Turbo. HEX triplet: FD, CC and 25. RGB value is (253,204,37). Sum of RGB (Red+Green+Blue) = 253+204+37=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC25 is #0233DA. Grayscale: #C8C8C8. Windows color (decimal): -144347 or 2477309. OLE color: 2477309.

HSL color Cylindrical-coordinate representation of color #FDCC25: hue angle of 46.39º 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 #FDCC25 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 37 -
CMYK 0 0.19 0.85 0.01
HSL 46.39º 0.98% 0.57% -
HSV(B) 46.39º 0.85% 0.99% -
XYZ 62.43 64.2 10.85 -
YUV 199.61 36.23 166.08 -
System Red Green Blue C M Y K H S L
Decimal 253 204 37 0 0.19 0.85 0.01 46.39 0.98 0.57
Hex FD CC 25 0 13 55 1 2E 62 39
Octal 375 314 45 0 23 125 1 56 142 71
Binary 11111101 11001100 100101 0 10011 1010101 1 101110 1100010 111001

Color Harmonies of #FDCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC25

Black with #FDCC25

Text Example


Text Example

White with #FDCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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