Html Css Color HEX #FDCD25 Turbo

📋 copy color: '#FDCD25'

red 253 ◦ green 205 ◦ blue 37

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

Shades of Turbo #FDCD25

Tints of Turbo #FDCD25

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

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

R = 51.11%
G = 41.41%
B = 7.47%

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

#FDCD25 (or 0xFDCD25) is known color: Turbo. HEX triplet: FD, CD and 25. RGB value is (253,205,37). Sum of RGB (Red+Green+Blue) = 253+205+37=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD25 is #0232DA. Grayscale: #C8C8C8. Windows color (decimal): -144091 or 2477565. OLE color: 2477565.

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

Color convert

RGB 253 205 37 -
CMYK 0 0.19 0.85 0.01
HSL 46.67º 0.98% 0.57% -
HSV(B) 46.67º 0.85% 0.99% -
XYZ 62.67 64.68 10.93 -
YUV 200.2 35.9 165.66 -
System Red Green Blue C M Y K H S L
Decimal 253 205 37 0 0.19 0.85 0.01 46.67 0.98 0.57
Hex FD CD 25 0 13 55 1 2F 62 39
Octal 375 315 45 0 23 125 1 57 142 71
Binary 11111101 11001101 100101 0 10011 1010101 1 101111 1100010 111001

Color Harmonies of #FDCD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD25

Black with #FDCD25

Text Example


Text Example

White with #FDCD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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