Html Css Color HEX #FDCB25 Turbo

📋 copy color: '#FDCB25'

red 253 ◦ green 203 ◦ blue 37

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

Shades of Turbo #FDCB25

Tints of Turbo #FDCB25

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

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

R = 51.32%
G = 41.18%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDCB25 (or 0xFDCB25) is known color: Turbo. HEX triplet: FD, CB and 25. RGB value is (253,203,37). Sum of RGB (Red+Green+Blue) = 253+203+37=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB25 is #0234DA. Grayscale: #C7C7C7. Windows color (decimal): -144603 or 2477053. OLE color: 2477053.

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

Color convert

RGB 253 203 37 -
CMYK 0 0.20 0.85 0.01
HSL 46.11º 0.98% 0.57% -
HSV(B) 46.11º 0.85% 0.99% -
XYZ 62.2 63.73 10.77 -
YUV 199.03 36.57 166.5 -
System Red Green Blue C M Y K H S L
Decimal 253 203 37 0 0.20 0.85 0.01 46.11 0.98 0.57
Hex FD CB 25 0 14 55 1 2E 62 39
Octal 375 313 45 0 24 125 1 56 142 71
Binary 11111101 11001011 100101 0 10100 1010101 1 101110 1100010 111001

Color Harmonies of #FDCB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB25

Black with #FDCB25

Text Example


Text Example

White with #FDCB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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