Html Css Color HEX #FDB71F Moon Yellow

📋 copy color: '#FDB71F'

red 253 ◦ green 183 ◦ blue 31

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

Shades of Moon Yellow #FDB71F

Tints of Moon Yellow #FDB71F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.19%

 BLUE value IS 31 (12.5% from 255) = 6.64%

R = 54.18%
G = 39.19%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDB71F (or 0xFDB71F) is known color: Moon Yellow. HEX triplet: FD, B7 and 1F. RGB value is (253,183,31). Sum of RGB (Red+Green+Blue) = 253+183+31=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB71F is #0248E0. Grayscale: #BBBBBB. Windows color (decimal): -149729 or 2078717. OLE color: 2078717.

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

Color convert

RGB 253 183 31 -
CMYK 0 0.28 0.88 0.01
HSL 41.08º 0.98% 0.56% -
HSV(B) 41.08º 0.88% 0.99% -
XYZ 57.69 54.85 8.84 -
YUV 186.6 40.19 175.36 -
System Red Green Blue C M Y K H S L
Decimal 253 183 31 0 0.28 0.88 0.01 41.08 0.98 0.56
Hex FD B7 1F 0 1C 58 1 29 62 38
Octal 375 267 37 0 34 130 1 51 142 70
Binary 11111101 10110111 11111 0 11100 1011000 1 101001 1100010 111000

Color Harmonies of #FDB71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB71F

Black with #FDB71F

Text Example


Text Example

White with #FDB71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB71F; }

 p { color: rgb(253,183,31); }

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

background-color css

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

 a { background-color: rgb(253,183,31); }

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

border-color css

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

 span { border-color: rgb(253,183,31); }

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