Html Css Color HEX #FDB240 Yellow Orange

📋 copy color: '#FDB240'

red 253 ◦ green 178 ◦ blue 64

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

Shades of Yellow Orange #FDB240

Tints of Yellow Orange #FDB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

 BLUE value IS 64 (25.39% from 255) = 12.93%

R = 51.11%
G = 35.96%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDB240 (or 0xFDB240) is known color: Yellow Orange. HEX triplet: FD, B2 and 40. RGB value is (253,178,64). Sum of RGB (Red+Green+Blue) = 253+178+64=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB240 is #024DBF. Grayscale: #BBBBBB. Windows color (decimal): -150976 or 4240125. OLE color: 4240125.

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

Color convert

RGB 253 178 64 -
CMYK 0 0.30 0.75 0.01
HSL 36.19º 0.98% 0.62% -
HSV(B) 36.19º 0.75% 0.99% -
XYZ 57.35 53.09 12.08 -
YUV 187.43 58.35 174.77 -
System Red Green Blue C M Y K H S L
Decimal 253 178 64 0 0.30 0.75 0.01 36.19 0.98 0.62
Hex FD B2 40 0 1E 4B 1 24 62 3E
Octal 375 262 100 0 36 113 1 44 142 76
Binary 11111101 10110010 1000000 0 11110 1001011 1 100100 1100010 111110

Color Harmonies of #FDB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB240

Black with #FDB240

Text Example


Text Example

White with #FDB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB240; }

 p { color: rgb(253,178,64); }

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

background-color css

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

 a { background-color: rgb(253,178,64); }

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

border-color css

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

 span { border-color: rgb(253,178,64); }

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