Html Css Color HEX #FFC331 Sunglow

📋 copy color: '#FFC331'

red 255 ◦ green 195 ◦ blue 49

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

Shades of Sunglow #FFC331

Tints of Sunglow #FFC331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.08%

 BLUE value IS 49 (19.53% from 255) = 9.82%

R = 51.1%
G = 39.08%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFC331 (or 0xFFC331) is known color: Sunglow. HEX triplet: FF, C3 and 31. RGB value is (255,195,49). Sum of RGB (Red+Green+Blue) = 255+195+49=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC331 is #003CCE. Grayscale: #C4C4C4. Windows color (decimal): -15567 or 3261439. OLE color: 3261439.

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

Color convert

RGB 255 195 49 -
CMYK 0 0.24 0.81 0
HSL 42.52º 1% 0.6% -
HSV(B) 42.52º 0.81% 1% -
XYZ 61.31 60.51 11.35 -
YUV 196.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 255 195 49 0 0.24 0.81 0 42.52 1 0.6
Hex FF C3 31 0 18 51 0 2B 64 3C
Octal 377 303 61 0 30 121 0 53 144 74
Binary 11111111 11000011 110001 0 11000 1010001 0 101011 1100100 111100

Color Harmonies of #FFC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC331

Black with #FFC331

Text Example


Text Example

White with #FFC331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC331; }

 p { color: rgb(255,195,49); }

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

background-color css

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

 a { background-color: rgb(255,195,49); }

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

border-color css

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

 span { border-color: rgb(255,195,49); }

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