Html Css Color HEX #F7B064 Rajah

📋 copy color: '#F7B064'

red 247 ◦ green 176 ◦ blue 100

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

Shades of Rajah #F7B064

Tints of Rajah #F7B064

RGB

 RED value IS 247 (96.88% from 255) = 47.23%

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

 BLUE value IS 100 (39.45% from 255) = 19.12%

R = 47.23%
G = 33.65%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F7B064 (or 0xF7B064) is known color: Rajah. HEX triplet: F7, B0 and 64. RGB value is (247,176,100). Sum of RGB (Red+Green+Blue) = 247+176+100=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B064 is #084F9B. Grayscale: #BCBCBC. Windows color (decimal): -544668 or 6598903. OLE color: 6598903.

HSL color Cylindrical-coordinate representation of color #F7B064: hue angle of 31.02º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7B064 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 100 -
CMYK 0 0.29 0.60 0.03
HSL 31.02º 0.9% 0.68% -
HSV(B) 31.02º 0.6% 0.97% -
XYZ 56.18 51.74 19.08 -
YUV 188.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 247 176 100 0 0.29 0.60 0.03 31.02 0.9 0.68
Hex F7 B0 64 0 1D 3C 3 1F 5A 44
Octal 367 260 144 0 35 74 3 37 132 104
Binary 11110111 10110000 1100100 0 11101 111100 11 11111 1011010 1000100

Color Harmonies of #F7B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B064

Black with #F7B064

Text Example


Text Example

White with #F7B064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B064; }

 p { color: rgb(247,176,100); }

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

background-color css

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

 a { background-color: rgb(247,176,100); }

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

border-color css

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

 span { border-color: rgb(247,176,100); }

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