Html Css Color HEX #FDB13E Yellow Orange

📋 copy color: '#FDB13E'

red 253 ◦ green 177 ◦ blue 62

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

Shades of Yellow Orange #FDB13E

Tints of Yellow Orange #FDB13E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.98%

 BLUE value IS 62 (24.61% from 255) = 12.6%

R = 51.42%
G = 35.98%
B = 12.6%

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

#FDB13E (or 0xFDB13E) is known color: Yellow Orange. HEX triplet: FD, B1 and 3E. RGB value is (253,177,62). Sum of RGB (Red+Green+Blue) = 253+177+62=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB13E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB13E is #024EC1. Grayscale: #BBBBBB. Windows color (decimal): -151234 or 4108797. OLE color: 4108797.

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

Color convert

RGB 253 177 62 -
CMYK 0 0.30 0.75 0.01
HSL 36.13º 0.98% 0.62% -
HSV(B) 36.13º 0.75% 0.99% -
XYZ 57.1 52.67 11.72 -
YUV 186.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 253 177 62 0 0.30 0.75 0.01 36.13 0.98 0.62
Hex FD B1 3E 0 1E 4B 1 24 62 3E
Octal 375 261 76 0 36 113 1 44 142 76
Binary 11111101 10110001 111110 0 11110 1001011 1 100100 1100010 111110

Color Harmonies of #FDB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB13E

Black with #FDB13E

Text Example


Text Example

White with #FDB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB13E; }

 p { color: rgb(253,177,62); }

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

background-color css

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

 a { background-color: rgb(253,177,62); }

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

border-color css

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

 span { border-color: rgb(253,177,62); }

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