Html Css Color HEX #FFB13F Yellow Orange

📋 copy color: '#FFB13F'

red 255 ◦ green 177 ◦ blue 63

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

Shades of Yellow Orange #FFB13F

Tints of Yellow Orange #FFB13F

RGB

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

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

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

R = 51.52%
G = 35.76%
B = 12.73%

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

#FFB13F (or 0xFFB13F) is known color: Yellow Orange. HEX triplet: FF, B1 and 3F. RGB value is (255,177,63). Sum of RGB (Red+Green+Blue) = 255+177+63=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB13F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB13F is #004EC0. Grayscale: #BBBBBB. Windows color (decimal): -20161 or 4174335. OLE color: 4174335.

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

Color convert

RGB 255 177 63 -
CMYK 0 0.31 0.75 0
HSL 35.63º 1% 0.62% -
HSV(B) 35.63º 0.75% 1% -
XYZ 57.86 53.06 11.9 -
YUV 187.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 255 177 63 0 0.31 0.75 0 35.63 1 0.62
Hex FF B1 3F 0 1F 4B 0 24 64 3E
Octal 377 261 77 0 37 113 0 44 144 76
Binary 11111111 10110001 111111 0 11111 1001011 0 100100 1100100 111110

Color Harmonies of #FFB13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB13F

Black with #FFB13F

Text Example


Text Example

White with #FFB13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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