Html Css Color HEX #FFB03F Yellow Orange

📋 copy color: '#FFB03F'

red 255 ◦ green 176 ◦ blue 63

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

Shades of Yellow Orange #FFB03F

Tints of Yellow Orange #FFB03F

RGB

 RED value IS 255 (100% from 255) = 51.62%

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 63 (25% from 255) = 12.75%

R = 51.62%
G = 35.63%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFB03F (or 0xFFB03F) is known color: Yellow Orange. HEX triplet: FF, B0 and 3F. RGB value is (255,176,63). Sum of RGB (Red+Green+Blue) = 255+176+63=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 63 (25% from 255 or 12.75% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB03F is #004FC0. Grayscale: #BBBBBB. Windows color (decimal): -20417 or 4174079. OLE color: 4174079.

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

Color convert

RGB 255 176 63 -
CMYK 0 0.31 0.75 0
HSL 35.31º 1% 0.62% -
HSV(B) 35.31º 0.75% 1% -
XYZ 57.66 52.67 11.83 -
YUV 186.74 58.17 176.69 -
System Red Green Blue C M Y K H S L
Decimal 255 176 63 0 0.31 0.75 0 35.31 1 0.62
Hex FF B0 3F 0 1F 4B 0 23 64 3E
Octal 377 260 77 0 37 113 0 43 144 76
Binary 11111111 10110000 111111 0 11111 1001011 0 100011 1100100 111110

Color Harmonies of #FFB03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB03F

Black with #FFB03F

Text Example


Text Example

White with #FFB03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB03F; }

 p { color: rgb(255,176,63); }

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

background-color css

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

 a { background-color: rgb(255,176,63); }

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

border-color css

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

 span { border-color: rgb(255,176,63); }

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