Html Css Color HEX #FBA740 Yellow Orange

📋 copy color: '#FBA740'

red 251 ◦ green 167 ◦ blue 64

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

Shades of Yellow Orange #FBA740

Tints of Yellow Orange #FBA740

RGB

 RED value IS 251 (98.44% from 255) = 52.07%

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 64 (25.39% from 255) = 13.28%

R = 52.07%
G = 34.65%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBA740 (or 0xFBA740) is known color: Yellow Orange. HEX triplet: FB, A7 and 40. RGB value is (251,167,64). Sum of RGB (Red+Green+Blue) = 251+167+64=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA740 is #0458BF. Grayscale: #B4B4B4. Windows color (decimal): -284864 or 4237307. OLE color: 4237307.

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

Color convert

RGB 251 167 64 -
CMYK 0 0.33 0.75 0.02
HSL 33.05º 0.96% 0.62% -
HSV(B) 33.05º 0.75% 0.98% -
XYZ 54.53 48.52 11.34 -
YUV 180.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 251 167 64 0 0.33 0.75 0.02 33.05 0.96 0.62
Hex FB A7 40 0 21 4B 2 21 60 3E
Octal 373 247 100 0 41 113 2 41 140 76
Binary 11111011 10100111 1000000 0 100001 1001011 10 100001 1100000 111110

Color Harmonies of #FBA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA740

Black with #FBA740

Text Example


Text Example

White with #FBA740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA740; }

 p { color: rgb(251,167,64); }

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

background-color css

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

 a { background-color: rgb(251,167,64); }

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

border-color css

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

 span { border-color: rgb(251,167,64); }

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