Html Css Color HEX #F7CB30 Saffron

📋 copy color: '#F7CB30'

red 247 ◦ green 203 ◦ blue 48

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

Shades of Saffron #F7CB30

Tints of Saffron #F7CB30

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 48 (19.14% from 255) = 9.64%

R = 49.6%
G = 40.76%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7CB30 (or 0xF7CB30) is known color: Saffron. HEX triplet: F7, CB and 30. RGB value is (247,203,48). Sum of RGB (Red+Green+Blue) = 247+203+48=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CB30 is #0834CF. Grayscale: #C7C7C7. Windows color (decimal): -537808 or 3197943. OLE color: 3197943.

HSL color Cylindrical-coordinate representation of color #F7CB30: hue angle of 46.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7CB30 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 203 48 -
CMYK 0 0.18 0.81 0.03
HSL 46.73º 0.93% 0.58% -
HSV(B) 46.73º 0.81% 0.97% -
XYZ 60.25 62.7 11.72 -
YUV 198.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 247 203 48 0 0.18 0.81 0.03 46.73 0.93 0.58
Hex F7 CB 30 0 12 51 3 2F 5D 3A
Octal 367 313 60 0 22 121 3 57 135 72
Binary 11110111 11001011 110000 0 10010 1010001 11 101111 1011101 111010

Color Harmonies of #F7CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CB30

Black with #F7CB30

Text Example


Text Example

White with #F7CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CB30; }

 p { color: rgb(247,203,48); }

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

background-color css

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

 a { background-color: rgb(247,203,48); }

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

border-color css

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

 span { border-color: rgb(247,203,48); }

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