Html Css Color HEX #FDCF25 Turbo

📋 copy color: '#FDCF25'

red 253 ◦ green 207 ◦ blue 37

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

Shades of Turbo #FDCF25

Tints of Turbo #FDCF25

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.65%

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

R = 50.91%
G = 41.65%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDCF25 (or 0xFDCF25) is known color: Turbo. HEX triplet: FD, CF and 25. RGB value is (253,207,37). Sum of RGB (Red+Green+Blue) = 253+207+37=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF25 is #0230DA. Grayscale: #CACACA. Windows color (decimal): -143579 or 2478077. OLE color: 2478077.

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

Color convert

RGB 253 207 37 -
CMYK 0 0.18 0.85 0.01
HSL 47.22º 0.98% 0.57% -
HSV(B) 47.22º 0.85% 0.99% -
XYZ 63.15 65.64 11.09 -
YUV 201.37 35.24 164.82 -
System Red Green Blue C M Y K H S L
Decimal 253 207 37 0 0.18 0.85 0.01 47.22 0.98 0.57
Hex FD CF 25 0 12 55 1 2F 62 39
Octal 375 317 45 0 22 125 1 57 142 71
Binary 11111101 11001111 100101 0 10010 1010101 1 101111 1100010 111001

Color Harmonies of #FDCF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF25

Black with #FDCF25

Text Example


Text Example

White with #FDCF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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