Html Css Color HEX #FDB141 Yellow Orange

📋 copy color: '#FDB141'

red 253 ◦ green 177 ◦ blue 65

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

Shades of Yellow Orange #FDB141

Tints of Yellow Orange #FDB141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.13%

R = 51.11%
G = 35.76%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDB141 (or 0xFDB141) is known color: Yellow Orange. HEX triplet: FD, B1 and 41. RGB value is (253,177,65). Sum of RGB (Red+Green+Blue) = 253+177+65=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB141 is #024EBE. Grayscale: #BBBBBB. Windows color (decimal): -151231 or 4305405. OLE color: 4305405.

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

Color convert

RGB 253 177 65 -
CMYK 0 0.30 0.74 0.01
HSL 35.74º 0.98% 0.62% -
HSV(B) 35.74º 0.74% 0.99% -
XYZ 57.18 52.71 12.16 -
YUV 186.96 59.18 175.11 -
System Red Green Blue C M Y K H S L
Decimal 253 177 65 0 0.30 0.74 0.01 35.74 0.98 0.62
Hex FD B1 41 0 1E 4A 1 24 62 3E
Octal 375 261 101 0 36 112 1 44 142 76
Binary 11111101 10110001 1000001 0 11110 1001010 1 100100 1100010 111110

Color Harmonies of #FDB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB141

Black with #FDB141

Text Example


Text Example

White with #FDB141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB141; }

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

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

background-color css

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

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

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

border-color css

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

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

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